From 898623a1c0598236a163052b6b7d4e3215a5c11f Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Thu, 17 Aug 2017 02:05:40 +0200 Subject: [PATCH] babl: util.h fix double include guard --- babl/base/util.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/babl/base/util.h b/babl/base/util.h index 2d346b4..e273087 100644 --- a/babl/base/util.h +++ b/babl/base/util.h @@ -51,7 +51,6 @@ dst[i]+=dst_pitch[i]; \ } -#endif #define BABL_USE_SRGB_GAMMA @@ -109,3 +108,5 @@ babl_gamma_2_2_to_linearf (float value) #define babl_linear_to_gamma_2_2f(value) (powf((value), (1.0f/2.2f))) #define babl_gamma_2_2_to_linearf(value) (powf((value), 2.2f)) #endif + +#endif -- 2.30.2